home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / jlp10.arc / LETPROC.DOC < prev    next >
Text File  |  1990-04-08  |  3KB  |  62 lines

  1. LETPROC 1.0 -- Copyright (c) 1990 Michael Deuel Sullivan
  2.  
  3. LETPROC, Julia's Letter Processor, is a toddler's introduction to
  4. computers.  My 2-3/4 year old daughter, Julia, is fascinated by my
  5. computer.  She wants to play with the 'puter, too.  She knows her
  6. alphabet pretty well, so I thought maybe an alphabet game would be fun.
  7. Unfortunately, she doesn't spell quite yet, and she can't control a
  8. cursor or a mouse, so there is only so much she can do. She's not ready
  9. for a word processor, but since she knows the letters, I thought a
  10. "letter processor" would be fun.
  11.  
  12. LETPROC starts out with an opening screen accompanied by the alphabet
  13. song.  Then the letter processor starts.  It is a two-line display for
  14. BIG, nicely shaped characters, in graphics mode.  Each letter is
  15. accompanied by its note from the alphabet song.  Numbers are accompanied
  16. by notes, with 1-8 being a scale in C major, more or less.  Invalid
  17. keypresses get a cute twirp that Julia likes even more than the letters,
  18. sometimes.
  19.  
  20. There are two command line options.  Running without any command line
  21. options will allow only upper-case letters, numbers, spaces, and
  22. tabs/returns (both of which move to a new line).  Putting L or l in the
  23. command line will recognize the state of the shift key and allow
  24. lower-case or upper-case letters.  Putting S or s in the command line
  25. will allow standard symbols.  Function keys, cursor keys, etc. are all
  26. considered invalid keys under all options.
  27.  
  28. You can use any format for the command line, as long as there is at
  29. least one space after "LETPROC".  E.g., LETPROC /l -s, LETPROC SL,
  30. LETPROC l, or even LETPROC else (the l and s are recognized).
  31.  
  32. A VGA or EGA monitor is required.  Nobody gets CGA anymore, anyway.
  33.  
  34. ************************************************************************
  35. Source code is included in the ZIPfile, in Turbo C 2.0.  The distributed
  36. version has the EGAVGA.BGI and font files linked in.  If you want to
  37. play with the code, you can cut out the "registerbgidriver()" and
  38. "registerbgifont()" codes and supply the location of your graphics
  39. drivers.
  40. ********************************LICENSE*********************************
  41. A license is hereby granted for the use of this program for
  42. non-commercial and educational use at no charge.  No registration is
  43. required.  If you redistribute the program to others, you may not do so
  44. for profit, without permission. You may impose a nominal charge ($2 or
  45. less if only LETPROC is included; $5 total for a disk with 200K of
  46. programs) to cover the cost of reproduction and mailing, without
  47. permission.  You must reproduce the entire ZIPfile, including
  48. LETPROC.EXE, LETPROC.C, and LETPROC.DOC.  You may tinker with the source
  49. code for your own use, but if you distribute altered source code or
  50. executables you must (a) grant the same license to users of the altered
  51. code, (b) include source code and documentation, (c) include credit for
  52. this program, and (d) send a copy to me.
  53. ************************************************************************
  54. If you have comments or suggestions, contact me:
  55.  
  56. Via UncSamNet:  Michael Deuel Sullivan
  57.                 6011 33rd Street, N.W.
  58.                 Washington, D.C.   20015
  59.  
  60. Via BBS: The Running Board, Bethesda Md. (301) 229-5342
  61. Relaynet Node: ->RUNNINGA   Username: MICHAELD SULLIVAN  (R/O ok)
  62.